func runtime.pidlegetSpinning

6 uses

	runtime (current package)
		proc.go#L3148: 	pp, _ = pidlegetSpinning(0)
		proc.go#L3553: 			pp, _ := pidlegetSpinning(0)
		proc.go#L3775: 			pp, _ := pidlegetSpinning(0)
		proc.go#L3842: 	pp, now := pidlegetSpinning(0)
		proc.go#L3948: 			pp, _ := pidlegetSpinning(0)
		proc.go#L6715: func pidlegetSpinning(now int64) (*p, int64) {